home *** CD-ROM | disk | FTP | other *** search
- Path: bradford.ac.uk!strath-cs!jmccross
- From: jmccross@cs.strath.ac.uk (Joe McCrossan)
- Newsgroups: comp.lang.c++
- Subject: returning a pointer to a struct with a class function
- Date: 18 Apr 1996 16:40:11 GMT
- Organization: Computer Science Dept., Strathclyde University., Glasgow, Scotland.
- Sender: jmccross@cs.strath.ac.uk (Joseph McCrossan CSL93)
- Distribution: world
- Message-ID: <4l5r9c$25s@dunlop.cs.strath.ac.uk>
- NNTP-Posting-Host: muir-07.cs.strath.ac.uk
-
- Does anyone know how to set up a function within a class to return a pointer to a
- struct ie
-
- struct tree_node *Rotate(char *, struct tree_node *);
-
- as I can't seem to get it to work.
-
- Any help would be greatly appreciated - please e-mail me.
-
- Thanks,
-
- Joe
-